DateTimeEditor Properties
Height | Description Sets or retrieves the height of the object. ValueType String Default Value 140px |
Width | Description Sets or retrieves the width of the object. ValueType String Default Value 200px |
ShowHeader | Description Specifies if datetime editor header section is showed. (gets or sets) ValueType Boolean Default Value true |
ShowHeaderDay | Description Specifies if datetime editor header day section is showed.(gets or sets) ValueType Boolean Default Value true |
ShowFooter | Description Specifies if datetime editor footer section is showed. (gets or sets) ValueType Boolean Default Value true |
DateTimeStyle | Description Represents datetime editor frame style (css class name). (gets or sets) ValueType String Default Value empty string |
OtherMonthDayStyle | Description Represents datetime editor other month day style (css class name). (gets or sets) ValueType String Default Value empty string |
HeaderDayStyle | Description Represents datetime editor header day style (css class name). (gets or sets) ValueType String Default Value empty string |
HighLightMonthYearStyle | Description Represents datetime editor highlight month year style (css class name). (gets or sets) ValueType String Default Value empty string |
DropDownMonthYearTextStyle | Description Represents datetime editor drop down month year text style (css class name). (gets or sets) ValueType String Default Value empty string |
DropDownMonthYearHighLightTextStyle | Description Represents datetime editor drop down month year highlight text style (css class name). (gets or sets) ValueType String Default Value empty string |
DropDownMonthYearUpDownButtonStyle | Description Represents datetime editor drop down month year up down button style (css class name). (gets or sets) ValueType String Default Value empty string |
HeaderStyle | Description Represents datetime editor header style (css class name). (gets or sets) ValueType String Default Value empty string |
DayOffStyle | Description Represents datetime editor day off style (css class name). (gets or sets) ValueType String Default Value empty string |
FooterStyle | Description Represents datetime editor footer style (css class name). (gets or sets) ValueType String Default Value empty string |
DayStyle | Description Represents datetime editor dynamic (normal, active and over) day style. (gets or sets) ValueType Object (DynamicStyle) Default Value null |
UnSpecificYearHolidays | Description Represents unspecific year holiday collection. (gets or sets) ValueType Array of Object (Holiday) Default Value null |
SpecificYearHolidays | Description Represents specific year holiday collection. (gets or sets) ValueType Array of Object (Holiday) Default Value null |
date | Description Gets currently selected date value (index start at 1). ValueType Integer Default Value null |
month | Description Gets currently selected month value (index start at 0). ValueType Integer Default Value null |
year | Description Gets currently selected year value. ValueType Integer Default Value null |
DateTimeEditor Methods
SetDate | Description Sets datetime editor selected date Return Value
|